RegisterOperatorListAdapter

open class RegisterOperatorListAdapter : SelectUserListAdapter<T>

RegisterOperatorListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView. since 3.0.0

Functions

Link copied to clipboard
protected open fun isDisabled(@NonNull item: Member): Boolean
Determines whether the item is disabled or not.
Link copied to clipboard
protected open fun isSelected(@NonNull item: Member): Boolean
Determines whether the item is selected or not.
Link copied to clipboard
protected open fun toUserInfo(@NonNull member: Member): UserInfo
Converts the given item to UserInfo.